#event-202011-01 a{
	transform-style: preserved-3d;
	transition: all 180ms;
}
#event-202011-01 a:hover{
	opacity: .7;
}

@media (min-width: 897px){
	#event-202011-01 .block{
		margin: 60px 0 0;
	}
	#event-202011-01 .block.border{
		border-bottom: 1px solid #aaaaaa;
		padding-bottom: 60px;
	}
	#event-202011-01 .block.last{
		margin-bottom: 90px;
	}
	#event-202011-01 h2{
		font-size: 30px;
		line-height: 55px;
		letter-spacing: 0.05em;
		background-color: #dc080f;
		padding: 0;
		margin: 0 0 40px;
		text-align: center;
	}

	/* menu */
	#event-202011-01 ul.menu{
		font-size: 0;
		margin: 50px -6px 0;
	}
	#event-202011-01 ul.menu li{
		position: relative;
		display: inline-block;
		width: 216px;
		margin: 0 6px 0;
		vertical-align: top;
	}
	#event-202011-01 ul.menu li a{
		position: relative;
		display: block;
		width: 216px;
		height: 55px;
		background-color: #e40012;
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		vertical-align: middle;
		text-align: left;
		box-sizing: border-box;
		padding-left: 64px;
		border-radius: 4px;
	}
	#event-202011-01 ul.menu li a:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 21px;
		height: 21px;
		background-color: #fff;
		border-radius: 10.5px;
	}
	#event-202011-01 ul.menu li a:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 9px solid #dc080f;
	}
	#event-202011-01 ul.menu li a img{
		position: absolute;
		top: 50%;
		left: 12px;
		transform: translateY(-50%);
		width: 31px;
	}
	#event-202011-01 ul.menu li a span{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		line-height: 1.3;
	}

	/* fair */
	#fair .period{
		font-size: 30px;
		font-weight: bold;
		line-height: 1.0;
		text-align: center;
		background-color: #ffdce0;
		padding: 15px 0;
		margin: 40px 0 0;
	}
	#fair .img{
		margin: 32px 0 0;
	}
	#fair .catch{
		font-size: 30px;
		font-weight: bold;
		line-height: 1.3;
		margin: 50px 0 0;
		text-align: center;
	}
	#fair .text{
		font-size: 18px;
		font-weight: bold;
		line-height: 30px;
		margin: 20px 0 0;
		text-align: center;
	}

	/* limited */
	#limited .img{
		margin: 32px 0 0;
	}
	#limited .period{
		font-size: 30px;
		font-weight: bold;
		line-height: 1.0;
		text-align: center;
		background-color: #ffdce0;
		padding: 15px 0;
		margin: 40px 0 0;
	}
	#limited .title{
		display: block;
		box-sizing: border-box;
		border: 4px solid #e40012;
		font-size: 30px;
		font-weight: bold;
		line-height: 1.0;
		color: #dc080f;
		text-align: center;
		padding: 21px 0;
		margin: 30px 0 0;
	}
	#limited ul{
		font-size: 0;
		overflow: hidden;
		margin: 0 -28px;
	}
	#limited ul li{
		display: inline-block;
		width: 536px;
		margin: 35px 28px 0;
	}
	#limited ul li img{
		float: left;
		width: 160px;
	}
	#limited ul li .text{
		margin-left: 195px;
	}
	#limited ul li .subtitle{
		font-size: 20px;
		font-weight: bold;
		line-height: 22px;
	}
	#limited ul li .price{
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		margin: 10px 0 0;
	}
	#limited ul li .price strong{
		font-size: 30px;
	}
	#limited ul li p{
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0 0;
	}
	#limited .total_price_before{
		width: 640px;
		height: 97px;
		margin: 50px auto 0;
		background: url('/-/media/Project/Dmc Tenants/DD Tenant/shared/Event/202011-01/Images/limited_total_price_before_bg.png') no-repeat center center;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		line-height: 64px;
	}
	#limited .total_price_before strong{
		font-size: 40px;
		color: #dc080f;
	}
	#limited .total_price{
		width: 640px;
		height: 80px;
		box-sizing: border-box;
		border: 3px solid #e40012;
		background-color: #fff2c3;
		border-radius: 8px;
		margin: 10px auto 0;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		line-height: 74px;
		color: #e40012;
	}
	#limited .total_price strong{
		font-size: 40px;
	}


	#points{
		margin-top: 95px;
		border-top: 1px solid #aaaaaa;
		padding: 60px 0 0;
	}
	#points .inner{
		width: 1128px;
		padding: 0 74px;
	}
	
	#points .title_block{
		text-align: center;
		font-size: 34px;
		font-weight: bold;
		line-height: 36px;
		border-bottom: 2px solid #e40012;
		padding-bottom: 20px;
		margin-bottom: 36px;
	}
	#points .point_info{
		overflow: hidden;
		margin: 0 0 60px;
	}
	#points .point_info.last{
		padding: 0 0 60px;
		border-bottom: 1px solid #aaaaaa;
	}
	#points .point_info .left,
	#points .point_info .right{
		width: 460px;
	}
	#points .point_info .left{
		float: left;
	}
	#points .point_info .right{
		float: right;
	}

	#points .title{
		font-size: 26px;
		font-weight: bold;
		line-height: 40px;
	}
	#points .title sup{
		font-size: 18px;
		vertical-align: baseline;
	}
	#points .text{
		font-size: 16px;
		line-height: 30px;
		margin: 16px 0 0;
	}
	#points .att{
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0 0;
	}
	#points ul{
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0 0;
	}
	#points ul li{
		font-size: 14px;
		line-height: 20px;
	}
	#points .point_img{
		margin: 20px 0 0;
	}
	#points .points_att{
		font-size: 14px;
		line-height: 20px;
		margin: 30px 0 0;
	}

	#points .point{
		font-size: 0;
		overflow: hidden;
		text-align: center;
		margin: 7px -17px 0;
	}
	#points .point li{
		display: inline-block;
		width: 304px;
		margin: 0 17px;
		vertical-align: top;
	}
	#points .point li .point_title{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		margin: 20px 0 4px;
	}
	#points .point li p{
		font-size: 16px;
		line-height: 26px;
	}
	
	#campaign{
		margin-top: 60px;
		border-top: 1px solid #aaaaaa;
		padding: 60px 0 0;
	}

	#lineup{
		width: 1128px;
		padding: 0 74px;
		box-sizing: border-box;
	}
	#lineup h3{
		display: block;
		font-size: 40px;
		line-height: 1.0;
		text-align: center;
	}
	#lineup .category{
		width: 296px;
		background-color: #494c64;
		border-left: 32px solid #1c235a;
		border-right: 32px solid #1c235a;
		font-size: 20px;
		font-weight: bold;
		line-height: 32px;
		color: #fff;
		text-align: center;
		margin: 30px auto 0;
	}
	#lineup .category.gas{
		background-color: #646464;
		border-left: 32px solid #2e2e2e;
		border-right: 32px solid #2e2e2e;
	}
	#lineup .lineup_list li{
		margin: 30px 0 0;
		overflow: hidden;
		border-bottom: 1px solid #aaaaaa;
		padding: 0 0 20px;
	}
	#lineup .lineup_list li .left{
		width: 50%;
		float: left;
	}
	#lineup .lineup_list li .right{
		width: 50%;
		float: right;
	}
	#lineup .lineup_list li .car{
		position: relative;
		width: 400px;
		margin: 24px 0 0;
	}
	#lineup .lineup_list li .car.margin_small{
		margin: 10px 0 0;
	}
	#lineup .lineup_list li .name{
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}
	#lineup .lineup_list li .name span{
		display: block;
		font-size: 16px;
	}
	#lineup .lineup_list li .car .esmart{
		position: absolute;
		left: 0;
		top: -13px;
		width: 125px;
	}
	#lineup .lineup_list li p{
		font-size: 14px;
		line-height: 20px;
		margin: 5px 0 0;
	}
	#lineup p.att{
		font-size: 14px;
		line-height: 20px;
		margin: 16px 0 0;
	}


	#color_variation{
		width: 1128px;
		padding: 0 74px;
		box-sizing: border-box;
		margin: 60px 0 0;
		text-align: center;
	}
	#color_variation h3{
		display: block;
		font-size: 40px;
		line-height: 1.0;
		text-align: center;
	}

	#color_variation .wrap{
		width: 980px;
		padding: 50px 0 45px;
		margin: 0 auto;
	}
	#color_variation .wrap.first{
		padding-top: 36px;
	}
	#color_variation .wrap.border{
		border-top: 2px solid #aaaaaa;
	}

	#color_variation .category{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		letter-spacing: 0.05em;
	}
	#color_variation .category + p{
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 0.05em;
		margin-top: 14px;
	}

	#color_variation .car{
		font-size: 0;
		overflow: hidden;
		margin: 0 -20px;
		text-align: left;
	}
	#color_variation .car li{
		display: inline-block;
		width: 300px;
		margin: 40px 20px 0;
		vertical-align: top;
	}
	#color_variation .car li img{
		width: 280px;
		margin: 0 auto;
	}
	#color_variation .car li p{
		font-size: 14px;
		line-height: 20px;
		margin: 14px 0 0;
		text-align: left;
		letter-spacing: 0;
	}
	#color_variation .car li p sup{
		font-size: 10px;
		line-height: 1.0;
		vertical-align: middle;
	}

	#color_variation .interior{
		width: 635px;
		margin: 45px auto 0;
	}
	#color_variation .interior p{
		font-size: 15px;
		line-height: 26px;
		text-align: center;
		margin: 15px 0 0;
	}
	#color_variation .note{
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		padding: 20px 0 0;
		border-top: 1px solid #aaa;
	}


	#color_variation .btn_sp{
		display: block;
		position: relative;
		width: 350px;
		height: 45px;
		box-sizing: border-box;
		border: 2px solid #dc080f;
		border-radius: 4px;
		margin: 60px auto 0;
		font-size: 21px;
		font-weight: bold;
		line-height: 40px;
		color: #dc080f;
		text-align: center;
	}
	#color_variation .btn_sp:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 17px;
		height: 17px;
		background-color: #e40012;
		border-radius: 8.5px;
	}
	#color_variation .btn_sp:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		border-top: 4.5px solid transparent;
		border-bottom: 4.5px solid transparent;
		border-left: 7px solid #fff;
	}
	

	#store_list{
		padding-top: 60px;
		border-top: 1px solid #aaa;
	}
	#store_list .inner{
		width: 980px;
		margin: 0 auto;
	}
	#store_list .store{
		position: relative;
		font-size: 22px;
		line-height: 25px;
		padding-left: 20px;
		letter-spacing: 0.05em;
		margin: 0 0 20px;
		color: #1c235a;
	}
	#store_list .store:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 25px;
		background-color: #1c235a;
	}
	#store_list ul li{
		font-size: 0;
		margin-bottom: 50px;
	}
	#store_list ul li:last-child{
		margin-bottom: 0;
	}
	#store_list .btn_store{
		display: inline-block;
		position: relative;
		width: 290px;
		height: 43px;
		box-sizing: border-box;
		border: 2px solid #1c235a;
		border-radius: 21.5px;
		margin-right: 55px;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		color: #1c235a;
		text-align: center;
	}
	#store_list .btn_store:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 17px;
		height: 17px;
		background-color: #1c235a;
		border-radius: 8.5px;
	}
	#store_list .btn_store:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		border-top: 4.5px solid transparent;
		border-bottom: 4.5px solid transparent;
		border-left: 7px solid #fff;
	}
}

@media (max-width: 898px){
	#event-202011-01 .block{
		margin: 40px 0 0;
	}
	#event-202011-01 .block.border{
		border-bottom: 1px solid #aaaaaa;
		padding-bottom: 40px;
	}
	#event-202011-01 .block.last{
		margin-bottom: 50px;
	}
	#event-202011-01 h2{
		font-size: 20px;
		line-height: 35px;
		letter-spacing: 0.05em;
		background-color: #dc080f;
		padding: 0;
		margin: 0 0 16px;
		text-align: center;
	}

	#event-202011-01 ul.menu{
		margin: 25px 0 0;
	}
	#event-202011-01 ul.menu li{
		position: relative;
		width: 100%;
		margin: 1px 0;
		vertical-align: top;
	}
	#event-202011-01 ul.menu li a{
		position: relative;
		display: block;
		width: 100%;
		height: 35px;
		background-color: #e40012;
		font-size: 16px;
		line-height: 35px;
		color: #fff;
		vertical-align: middle;
		text-align: left;
		box-sizing: border-box;
		padding-left: 64px;
		border-radius: 4px;
	}
	#event-202011-01 ul.menu li a:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 12px;
		height: 12px;
		background-color: #fff;
		border-radius: 10.5px;
	}
	#event-202011-01 ul.menu li a:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		transform: translateY(-50%);
		border-top: 3.75px solid transparent;
		border-bottom: 3.75px solid transparent;
		border-left: 6px solid #dc080f;
	}
	#event-202011-01 ul.menu li a img{
		position: absolute;
		top: 50%;
		left: 12px;
		transform: translateY(-50%);
		width: 27.5px;
	}

	/* fair */
	#fair .period{
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		text-align: center;
		background-color: #ffdce0;
		padding: 5px 0;
		margin: 20px 0 0;
		letter-spacing: 0.05em;
	}
	#fair .img{
		margin: 20px 0 0;
	}
	#fair .catch{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		margin: 20px 0 0;
		text-align: center;
	}
	#fair .text{
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		margin: 10px 0 0;
		text-align: center;
		padding: 0 2.933333333333333vw 10px;
	}


	/* limited */
	#limited .img{
		margin: 20px 0 0;
	}
	#limited .period{
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		text-align: center;
		background-color: #ffdce0;
		padding: 5px 0;
		margin: 20px 0 0;
		letter-spacing: 0.05em;
	}
	#limited .title{
		display: block;
		box-sizing: border-box;
		border: 2px solid #e40012;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.0;
		color: #dc080f;
		text-align: center;
		padding: 8px 0;
		margin: 27px 0 0;
	}
	#limited ul li{
		width: 100%;
		margin: 25px 0 0;
		overflow: hidden;
	}
	#limited ul li img{
		float: left;
		width: 26.66666666666667vw;
	}
	#limited ul li .text{
		margin-left: 32vw;
	}
	#limited ul li .subtitle{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.0;
	}
	#limited ul li .price{
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		margin: 10px 0 0;
	}
	#limited ul li .price strong{
		font-size: 20px;
	}
	#limited ul li p{
		font-size: 12px;
		line-height: 18px;
		margin: 10px 0 0;
	}
	#limited .total_price_before{
		width: 84vw;
		height: 25.06666666666667vw;
		margin: 25px auto 0;
		background: url('/-/media/Project/Dmc Tenants/DD Tenant/shared/Event/202011-01/Images/limited_total_price_before_bg_sp.png') no-repeat center center;
		background-size: 100% auto;
		text-align: center;
		box-sizing: border-box;
		font-size: 6.666666666666667vw;
		font-weight: bold;
		line-height: 18vw;
	}
	#limited .total_price_before strong{
		font-size: 10.66666666666667vw;
		color: #dc080f;
	}
	#limited .total_price{
		width: 84vw;
		box-sizing: border-box;
		border: 3px solid #e40012;
		background-color: #fff2c3;
		border-radius: 8px;
		margin: 10px auto 40px;
		text-align: center;
		font-size: 6.666666666666667vw;
		font-weight: bold;
		line-height: 9vw;
		color: #e40012;
		padding: 2vw 0;
	}
	#limited .total_price strong{
		font-size: 10.66666666666667vw;
	}


	#points{
		margin-top: 40px;
		border-top: 1px solid #aaaaaa;
		padding-top: 40px;
	}
	#points .point_1{
		padding: 0;
	}
	#points .title_block{
		font-size: 17px;
		font-weight: bold;
		line-height: 25px;
		padding-bottom: 6px;
		border-bottom: 2px solid #e40012;
		margin: 22px 0 0;
		text-align: center;
	}
	#points .point_info{
		margin: 20px 0 0;
	}
	#points .point_info.even{
		display: flex;
  		flex-direction: column-reverse;
	}
	#points .title{
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
		margin: 14px 0 0;
	}
	#points .title sup{
		font-size: 12px;
		vertical-align: baseline;
	}
	#points .text{
		font-size: 15px;
		line-height: 20px;
		margin: 14px 0 0;
		text-align: left;
	}
	#points .att{
		font-size: 11px;
		line-height: 15px;
		margin: 14px 0 0;
		text-align: left;
	}
	#points ul{
		font-size: 11px;
		line-height: 15px;
		margin: 14px 0 0;
		text-align: left;
	}
	#points ul li{
		font-size: 11px;
		line-height: 15px;
	}
	#points .point_img{
		margin: 20px 0 0;
	}
	#points .point_img img{
		width: calc(633 / 750 * 100vw);
	}
	#points .points_att{
		font-size: 11px;
		line-height: 15px;
		margin: 20px 0 0;
	}


	#points .point{
		text-align: center;
	}
	#points .point li{
		margin: 20px 0 0;
		vertical-align: top;
		overflow: hidden;
	}
	#points .point li img{
		float: left;
		width: calc(332 / 750 * 100vw);
		margin-right: 12px;
	}
	#points .point li .point_title{
		font-size: 17px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 8px 12px;
		text-align: left;
	}
	#points .point li p{
		font-size: 15px;
		line-height: 20px;
		text-align: left;
	}

	#campaign{
		margin-top: 40px;
		border-top: 1px solid #aaaaaa;
		padding: 40px 0 0;
	}

	#lineup{
	}
	#lineup h3{
		display: block;
		font-size: 20px;
		line-height: 1.0;
		text-align: center;
	}
	#lineup .category{
		width: calc(480 / 750 * 100vw);
		background-color: #494c64;
		border-left: 20px solid #1c235a;
		border-right: 20px solid #1c235a;
		font-size: 15px;
		font-weight: bold;
		line-height: 21px;
		color: #fff;
		text-align: center;
		margin: 25px auto 0;
	}
	#lineup .category.gas{
		background-color: #646464;
		border-left: 20px solid #2e2e2e;
		border-right: 20px solid #2e2e2e;
	}
	#lineup .lineup_list li{
		margin: 20px 0 0;
		overflow: hidden;
		border-bottom: 1px solid #aaaaaa;
		padding: 0 0 20px;
	}
	#lineup .lineup_list li .car{
		position: relative;
		width: calc(540 / 750 * 100vw);
		margin: 12px auto 10px;
	}
	#lineup .lineup_list li .car.margin_small{
		margin: 10px auto 10px;
	}
	#lineup .lineup_list li .name{
		font-size: 17px;
		font-weight: bold;
		line-height: 17px;
		text-align: center;
	}
	#lineup .lineup_list li .name span{
		display: block;
		font-size: 12px;
	}
	#lineup .lineup_list li .car .esmart{
		position: absolute;
		left: 0;
		top: 0;
		width: calc(159 / 750 * 100vw);
	}
	#lineup .lineup_list li p{
		font-size: 11px;
		line-height: 15px;
		margin: 8px 0 0;
	}
	#lineup p.att{
		font-size: 11px;
		line-height: 15px;
		margin: 10px 0 0;
	}


	/* color variation */
	#color_variation{
		margin: 50px 0 0;
		text-align: center;
	}
	#color_variation h3{
		display: block;
		font-size: 20px;
		line-height: 1.0;
		text-align: center;
	}
	

	#color_variation .wrap{
		padding: 20px 0 20px;
		margin: 0 auto;
	}
	#color_variation .wrap.first{
		padding-top: 16px;
	}
	#color_variation .wrap.border{
		border-top: 2px solid #aaaaaa;
	}

	#color_variation .category{
		font-size: 17px;
		font-weight: bold;
		line-height: 1.0;
	}
	#color_variation .category + p{
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}

	#color_variation .car{
		font-size: 0;
		overflow: hidden;
		margin: 0 -5vw;
		text-align: left;
	}
	#color_variation .car li{
		display: inline-block;
		width: 40vw;
		margin: 20px 5vw 0;
		vertical-align: top;
		text-align: center;
	}
	#color_variation .car li p{
		font-size: 3.2vw;
		line-height: 4.5vw;
		text-align: left;
		margin: 4px 0;
		letter-spacing: 0;
	}
	#color_variation .car li p sup{
		font-size: 10px;
		line-height: 1.0;
		vertical-align: middle;
	}

	#color_variation .interior{
		width: 100%;
		margin: 30px auto 0;
	}
	#color_variation .interior p{
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		margin: 15px 0 0;
	}
	#color_variation .note{
		font-size: 11px;
		line-height: 15px;
		text-align: left;
		padding: 10px 0 0;
		border-top: 1px solid #aaa;
	}
	#color_variation .btn_sp{
		display: block;
		position: relative;
		width: 100%;
		height: 50px;
		box-sizing: border-box;
		border: 2px solid #dc080f;
		border-radius: 4px;
		margin: 30px auto 0;
		font-size: 17px;
		font-weight: bold;
		line-height: 46px;
		color: #dc080f;
		text-align: center;
	}
	#color_variation .btn_sp:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 17px;
		height: 17px;
		background-color: #e40012;
		border-radius: 8.5px;
	}
	#color_variation .btn_sp:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		border-top: 4.5px solid transparent;
		border-bottom: 4.5px solid transparent;
		border-left: 7px solid #fff;
	}

	



	#store_list .store{
		position: relative;
		font-size: 15px;
		line-height: 14px;
		padding-left: 12px;
		letter-spacing: 0.05em;
		margin: 0 0 20px;
	}
	#store_list .store:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 14px;
		background-color: #1c235a;
	}
	#store_list ul li{
		font-size: 0;
		margin-bottom: 30px;
	}
	#store_list ul li:last-child{
		margin-bottom: 0;
	}

	#store_list .btn_store{
		display: block;
		position: relative;
		width: 100%;
		height: 50px;
		box-sizing: border-box;
		border: 2px solid #1c235a;
		border-radius: 4.5px;
		font-size: 17px;
		font-weight: bold;
		line-height: 46px;
		color: #1c235a;
		text-align: center;
	}
	#store_list .btn_store:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 17px;
		height: 17px;
		background-color: #1c235a;
		border-radius: 8.5px;
	}
	#store_list .btn_store:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		border-top: 4.5px solid transparent;
		border-bottom: 4.5px solid transparent;
		border-left: 7px solid #fff;
	}
	#store_list .btn_store:first-of-type{
		margin-bottom: 15px;
	}
}